You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Dew.Signal.Units Namespace > Classes > SignalUtils Class > SignalUtils Methods > SignalUtils.ExponentWindow Method
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
SignalUtils.ExponentWindow Method

Exponential window.

Syntax
C#
Visual Basic
public static TVec ExponentWindow([In] TVec Src, double Att, int Index, int Len);

Applies Exponential window to Src. Exponential window is used with impulse responses to attenuate noise. With impulse response, the noise is present throughout the signal and its average value is higher then the value of the signal because the signal has a much shorther duration. Because the noise is broadband, the modal frequency might not show up in the frequency spectrum or it would be very small, if the signal would not be windowed with an exponential window.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!